#top{
	width:100%;
	height:5px;
	background-color:#006cff;
}

.black{
	background:#000;
}

#header{
	width:95%;
	margin:0 auto;
	background-color:#fff;
	position: relative;
	z-index: 100;
}

.logo a{
	display:block;
	background:url(../images/logo.png) no-repeat;
	width:333px;
	height:61px;
	margin-left:20px;
	margin-top:10px;
}

/* Adjusting the margins, paddings and no list styles */
.navigation  {
	margin:0; 
	padding:0; 
	list-style:none;
}	

/* Little tricking with positions */
.navigation  li {
	float:left;			/* Show list items inline */
	width:138px; 
	position:relative; 
}
	
/* Playing with Main Categories */
.navigation  li a {
	background-color:#ffffff;
	color:#747474;
	display:block;  	/* Making sure a element covers whole li area */
	text-decoration:none; /* No underline */
	text-align:center; 
	text-transform:uppercase;
	height:80px;
	line-height:80px;
}

.navigation  li a:hover {
	color:#fff;
	font-weight:bold;
	background-color:#408dff;
}

.navigation  li a.active{
	color:#fff;
	font-weight:bold;
	background-color:#408dff;
}
	
/* Sub Cat Menu stuff*/
.navigation  ul {
	position:absolute; 
	left:0; 
	z-index:100;
	display:none; 
	margin:0 0 0 0px; 
	padding:0; 
	list-style:none;
	border-bottom:3px solid #006cff;
}
	
.navigation  ul li {
	width:140px; 
	float:left; 
	border-top:none;
}
	      
/* Sub Cat menu link properties */
.navigation  ul a {
	display:block;    	/* Making sure a element covers whole li area */
	height:40px;
	line-height:40px;
	color:#252525;
	text-decoration:none;	
	border-top:none;
	border-bottom:1px dashed #006cff;
}
	
.navigation  ul a:hover {
	color:#fff;
	font-weight:bold;
	background-color:#408dff;
}

/* Function contain add or login or reg */
.function a{
	display:inline-block;
	margin-right: 15px;
	height:80px;
	line-height:80px;
	color:#b7b7b7;
	font-size:12px;
}

.function a:hover{
	color:#408dff;
}

.search{
	position:absolute;
	top: 100px;
	right: 100px;
	z-index: 5;
}

#index-key{
	background: #fff;
	border: 2px solid #006cff;
	border-radius: 5px;
	height: 39px;
	line-height: 39px;
	vertical-align: top;
	color: #000;
	padding-left: 5px;
	font-size: 12px;
	width:200px;
}

#index-sbt{
	width: 41px;
	height: 39px;
	background: url(../images/index_sbt.png) no-repeat;
	border: 0;
	cursor: pointer;
	font-size: 0;
}

.h360{height:360px;}

.function{
	position: absolute;
	right:0px;
}

/******* 会员中心 ********/
.member-center{
	border: 1px solid #ccc;
	background: #fff;
}

.member-center ul{
	margin-bottom:0;
}

.function .member-center a{
	height:35px;
	line-height:35px;
	text-align: left;
	width: 100%;
	margin-right:0;
	text-indent: 20px;
	border-top: 1px solid #ccc;
}

.memberActive{
	background: #387ddc;
	color: #fff !important;
}

.function .member-center a:active{
	color: #fff;
}